*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 11 Dec 2000 19:26:34 +0000 (19:26 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 11 Dec 2000 19:26:34 +0000 (19:26 +0000)
src/ChangeLog

index f89e0a3c8a702a78864363e61b6feb5469c09f88..871b0e72ce0fc218f551d87032501547fb471785 100644 (file)
@@ -1,5 +1,19 @@
 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
 
+       * xfns.c (Fx_hide_tip): Avoid unnecessary work when there's
+       nothing to do.  Bind inhibit-quit.
+       (tip_frame): Make it a Lisp_Object.
+       (x_create_tip_frame): Set tip_frame after it has been added to
+       Vframe_list.
+       (Fx_show_tip): Don't set tip_frame here.
+
+       * xterm.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
+
+       * xdisp.c (prepare_menu_bars): Changes for tip_frame being a
+       Lisp_Object.
+
+       * dispextern.h: Change external declaration of tip_frame.
+
        * keymap.c (Fkey_description): If KEYS is an empty key sequence,
        return an empty string.